CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - array class

搜索资源列表

  1. templated_devices

    0下载:
  2. Solution for managing an array of devices ranged from 1 .. N and the array holding the devices ranged from 0 .. N-1. In this example we have a dictionary that receives string apply a hashing function on him that returns a class of indexes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1935
    • 提供者:xadas
  1. API

    0下载:
  2. unit Unit1 interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls type TForm1 = class(TForm) Button1: TButton Edit1: TEdit Button2: TButton procedure Button
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:219171
    • 提供者:delphi
  1. order

    0下载:
  2. 用c++ 实现的用类的构造函数初始化数组,是一种新的思路,学习完后会对c++有新的认识-Using c++ implementation with the class constructor to initialize the array, is a new idea, learn c++ would have exhausted a new understanding of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:943928
    • 提供者:jack
  1. xuhanshu

    0下载:
  2. 利用虚函数手段,按照3种不同的计算方法来求出Fibonacci数列的第n项(的具体项值)并输出。具体地说,可通过在基类baseCla及其派生类fib1Cla、fib2Cla和fib3Cla中说明如下的同一个虚函数“virtual double fib(int n) ”,来实现求Fibonacci数列第n项值并返回的3种不同求解方法。例如,可设计并使用已经在第4和第5章的练习中所实现的求解方法:简单变量“数据平移”法、使用数组的实现法以及使用递归函数的实现法。-The use of virtual
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:920
    • 提供者:lixuhui
  1. 12

    0下载:
  2. 实验目的:熟悉并使用模板 实验内容: (1)程序清单12.1 -#include <iostream.h> template <class T> T average(T *array, int size) { T sum = 0 for (int count = 0 count < size ++count) sum+= array[count] return(sum/size) }
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3243
    • 提供者:huangzhiqiang
  1. class4-ctree

    0下载:
  2. 由一线性数组生成一个完全二叉树,使用类描述,有详细注释,完整的输入输出-By a linear array generates a complete binary tree, use the class descr iptions, detailed notes, a complete input and output
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1101
    • 提供者:wanglei
  1. JpegDecoder

    0下载:
  2. JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。-JpegDecoder class is mainly used for the decoding of Jpeg files. Usage is very simple, only need to use GetJPEGBuffer function returns an array of pixels decoded.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:9553
    • 提供者:min
  1. UnReg

    0下载:
  2. Sample class to implement read/write registrity. Represents values as array: MyIntVar := MyReg.IntVal[ Value 1 ] MyStrVar := MyReg.StrVal[ Value 2 ] -Sample class to implement read/write registrity. Represents values as array:
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:1494
    • 提供者:Uzzz
  1. clsProcess

    0下载:
  2. 进程操作的类,可以从进程名枚举进程PID,也可以从窗口标题查找,打开进程,读取长整型,写入长整型,读取字节数组,写入字节数组.压缩包内包含有一个破解示例,破解掉一个判断密码是否正确的程序(仅在内存中进行,不破坏原文件)-Process operations class, you can enumerate the process name from the process PID, you can search for the title from the window, open the pr
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:10069
    • 提供者:林勇辉
  1. p03

    0下载:
  2. 1、编写并测试3×3矩阵转置函数,使用数组保存3×3矩阵 2、使用动态内存分配生成动态数组来重新完成上题,使用指针实现函数的功能。 3.写一个程序,定义基类车Vehicle,有Run,Stop等成员函数,由它派生出2个派生类:(自行车类)、(汽车类),从Bbicyce 、Motoracar派生出Motorcycle(摩托车类),它们都有Run,Stop等成员函数。注意虚函数的作用。 -1, to prepare and test the 3 × 3 matrix transpose
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1320
    • 提供者:月月
  1. bbeee

    2下载:
  2. 定义并实现一个整数集合类int_set,集合类中cur_size表明当前集合中有几个整数,集合中最多含max_size个整数,存放集合元素的数组是动态的。要求提供的方法有: (1)增加一个整数到集合中; (2)从集合中去掉一个元素; (3)判断一个元素是否在集合中; (4)重载<<运算法,输入集合;重载>>运算符输出集合; (5)分别实现集合的交、并、差运算。 -Defined and implemented a se
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-07
    • 文件大小:788
    • 提供者:杨锋
  1. Archive

    0下载:
  2. 编制一程序,要求键入一个班的学生成绩,并存放于50字的ERADE数组中,然后根据ERADE中的成绩,把学生名次填入50字的RANK数组中,再按学号顺序把名次从终端上显示出来-The preparation of a procedure that requires the type 1 class student achievement, and stored in 50-word ERADE array, and then ERADE in the performance of their st
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1134
    • 提供者:ilsa
  1. queue

    1下载:
  2. 数据结构实现:队列(环形数组、链式实现)的基类实现。-Data structure implementation: queue (circular array, chain to achieve) is the base class implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:1308
    • 提供者:Robin.Wang
  1. string

    0下载:
  2. 本源码为在vc++环境下编写的string类,该类既可 自动调节大小,又可限制数组越界,还重载了一些运算符-The source code in vc++ environment, prepared by the string class that can automatically adjust the size, but also an array of cross-border restrictions, but also a number of operator overloading
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:1159
    • 提供者:孙东磊
  1. MinMaxFilterFolder

    0下载:
  2. Min/Max filter,最大最小滤波器,说明看英文,只是国外的人写的代码, -Descr iption The filter computes the minima and/or maxima of an array over sliding window with a given size. Multidimensional array is fully supported: running filter in 1D, 2D filter for image process
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:29356
    • 提供者:谢冉
  1. Textural_defect_detection_based_on_label_co-occurr

    0下载:
  2. 基于类别共生矩阵的纹理疵点检测方法 邹超 朱德森 肖力 摘要:根据有规则纹理的特点,提出了基于类别的共生矩阵来描述纹理特征,从而很好地将正常纹理与疵点区分开。分析了传统的灰度共生矩阵在计算纹理特征时计算量大,且分辨能力差的缺点.为了克服灰度共生矩 阵在计算量和分辨能力上的缺点,定义了类别共生矩阵.在类别共生矩阵的算法中,首先学习纹理的一些基本特征以确定类别共生矩阵的一些关键参数。如纹理的概率密度分布、纹理的主方向和周期,以及分类准则等重要参数,然后计算类别共生矩阵并提取白疵点增强、黑疵
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:3110620
    • 提供者:李峰
  1. ejercicio1recomendadossd5

    0下载:
  2. 90 here is what I leave icarnegie verify Feedback for Task List (v2.0) Total Score: 90/100 Complete Class Specification: Score: 20/20 Class date: Score: 20/20 Class homework: Score: 20/20 Class homeworklist Score: 20/30 or Builders: Sc
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1799
    • 提供者:kenis
  1. RandomArray

    0下载:
  2. 一个简单、快捷、实用的随机数组产生方法类,经调试通过,注:本压缩包内没有附带示例程序,你需要自己编写一个实例程序进行测试,用本类生成的随机数组如图所示-A simple, fast and practical method for forming the random array of classes, after debugging through, Note: This compressed file does not comes with sample programs, you need
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:7320
    • 提供者:ddfeng123
  1. RandomArray

    0下载:
  2. VC++快捷的随机数组生成类的源代码 -VC++ quickly generate a random array of the source code for class
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6057
    • 提供者:baji
  1. Ch5Demo1

    0下载:
  2. 基本输入——键盘和鼠标消息 基本输入——键盘和鼠标消息-For the main frame window: MainFrm.h, MainFrm.cpp These files contain the frame class CMainFrame, which is derived from CFrameWnd and controls all SDI frame features. res\Toolbar.bmp This bitm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:8764
    • 提供者:YRG
« 1 2 3 4 5 6 78 9 10 11 12 ... 25 »
搜珍网 www.dssz.com